Skip to content

Harden CI/security: CodeQL + Dependabot + SECURITY (case-study repo)#1

Merged
Jott2121 merged 1 commit into
mainfrom
harden/ci-security
Jun 17, 2026
Merged

Harden CI/security: CodeQL + Dependabot + SECURITY (case-study repo)#1
Jott2121 merged 1 commit into
mainfrom
harden/ci-security

Conversation

@Jott2121

Copy link
Copy Markdown
Owner

Applies the uniform reliability/security standard, adapted for a docs/case-study repo. No test suite here, so no coverage gate; CodeQL scans the published snippets.

Added

  • CodeQL (security-extended) over snippets/ -> Security tab
  • Dependabot - weekly github-actions
  • SECURITY.md - private disclosure policy (em-dash-free, per the house style gate)
  • Hardened CI - least-privilege permissions:; checkout + setup-python pinned to commit SHAs; existing compile-check, em-dash style gate, and advisory markdownlint preserved
  • README - CodeQL badge

Verified locally

snippets compile · em-dash style gate clean · YAML valid.

🤖 Generated with Claude Code

Uniform reliability/security standard, adapted for a docs/case-study repo (no test
suite, so no coverage gate):
- codeql.yml: security-extended SAST over the published snippets
- dependabot.yml: weekly github-actions updates
- ci.yml: least-privilege permissions + actions pinned to commit SHAs; existing
  compile-check + em-dash style gate + advisory markdownlint preserved
- SECURITY.md: private vuln disclosure policy (em-dash-free per house style)
- README: CodeQL badge

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Jott2121 Jott2121 merged commit 7c9717b into main Jun 17, 2026
3 checks passed
@Jott2121 Jott2121 deleted the harden/ci-security branch June 17, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants